CRPEJob        ::SetParameterValueInfo

Use CRPEJob::SetParameterValueInfo to set the information about the values (editable, nullable field, multiple values, etc.) that can be stored in a specified parameter field.

Syntax
BOOL SetParameterValueInfo (
        const _TCHAR *parameterFieldName,
        const _TCHAR *reportName,
        CRPEParameterValueInfo *valueInfo );
Parameters

parameterFieldName

Specifies a pointer to the parameter field name.

reportName

Specifies a pointer to the report name.

valueInfo

Specifies a pointer to CRPEParameterValueInfo, which will contain the new value information.

Returns

CRPEJob::SetPrintDate

Use CRPEJob::SetPrintDate to set only the date that appears in the Print Date Field of the report. This method does not schedule the report to print at a different time or day, but only changes the date that appears in any Print Date Field of the report (for example, use this method to post-date a report when it is printed before the day it is distributed).

Syntax
BOOL SetPrintDate (
        short year,
        short month,
        short day );
Parameters

year

Specifies the year that will appear in the Print Date Field.

month

Specifies the month that will appear in the Print Date Field.

day

Specifies the day that will appear in the Print Date Field.

Returns
CRPEJob::SetPrintOptions

Use CRPEJob::SetPrintOptions to set the print characteristics of a print job. Use this method any time that you want to set the starting page number, the ending page number, the number of report copies, and/or collation instructions in response to user specifications at runtime.

Syntax

BOOL SetPrintOptions ( const CRPEPrintOptions *options );

Parameter

options

Specifies a pointer to CRPEJob::SetPrintOptions, which will contain the information that you want to set.

Returns


Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com